A starting point: Introductory comments
Description
A brief introduction to the R/qtl package.New to R?
- Be sure to read the R documention and/or tutorials available
from the R archive (http://cran.r-project.org).
- In order to use the R/qtl package, you must type (within R)
library(qtl). You may wish to include this in a.Firstfunction or.Rprofilefile. - Use the
help.startfunction to start the
html version of the R help. - Type
library(help=qtl)to get a list of the functions
in R/qtl. - Use the
examplefunction to run examples of the
various functions in R/qtl.